home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / var / db / pkg / net-wireless / acx-firmware-20060207 / acx-firmware-20060207.ebuild next >
Text File  |  2006-03-31  |  652b  |  23 lines

  1. # Copyright 1999-2006 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # $Header: /var/cvsroot/gentoo-x86/net-wireless/acx-firmware/acx-firmware-20060207.ebuild,v 1.2 2006/03/03 03:58:28 tsunam Exp $
  4.  
  5. DESCRIPTION="Firmware for the ACX100 and ACX111 wireless chipsets"
  6.  
  7. RESTRICT="nomirror"
  8. HOMEPAGE="http://acx100.erley.org/acx_fw"
  9. SRC_URI="http://www.we-can-do.de/gentoo/${P}.tar.bz2"
  10.  
  11. LICENSE="as-is"
  12. SLOT="0"
  13. KEYWORDS="~amd64 x86"
  14.  
  15. IUSE=""
  16. DEPEND=">=sys-apps/hotplug-20040923"
  17. S=${WORKDIR}/fw
  18.  
  19. src_install() {
  20.     insinto /lib/firmware
  21.     doins acx100_1.0.9-USB/* acx100_1.9.8.b/* acx111_1.2.1.34/* acx111_2.3.1.31/*
  22. }
  23.